home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PASCAL / 0189.ZIP / LOAN.SCR < prev    next >
Text File  |  1985-11-13  |  2KB  |  45 lines

  1. Loan ID..:               #-----------------------------#  Copyright 1985
  2.                          |    Amortization Schedule    |  Osborne/McGraw-Hill
  3. Tot. Pmts:               |      Loan Information       |
  4. Interest.:               #-----------------------------#
  5.  
  6.        Commercial...:
  7.                          Business Name
  8.  
  9.        Individual...:
  10.                          Last Name         First Name        Title
  11.  
  12.        Collateral...:
  13.  
  14.        Principle....:                   Interest Rate......:        %
  15.  
  16.        Payment Amt..:                   Payments Per Year..:
  17.  
  18.        1st Pmt Due..:   /               Number of Payments.:
  19.  
  20.        Selected Year:                   Output to Vid/Print:
  21.  
  22.  
  23.  
  24.  
  25. 19
  26. 06,23,01,U,A,Press `X' if commercial loan otherwise leave blank.
  27. 06,26,40,T,M,Enter Business name. Up to 40 characters.
  28. 09,23,01,U,P,- { Computer entry based on field 1 }
  29. 09,26,15,T,M,Enter Borrowers Last Name. Up to 15 characters.
  30. 09,44,15,T,M,Enter Borrowers First Name. Up to 15 characters.
  31. 09,62,10,T,M,Enter Borrowers Title. Up to 10 characters.
  32. 12,23,40,T,M,Enter description of the collateral. Up to 40 characters.
  33. 14,23,10,N,M,Enter actual amount borrowed at interest.
  34. 14,62,06,N,M,Enter the interest rate. Up to 5 digits including decimal.
  35. 16,23,10,N,M,Enter payment amount or 0.00 to calculate payment amount.
  36. 16,62,02,N,M,Enter the number of payments scheduled annualy.
  37. 18,23,02,N,A,Enter 2 digit MONTH in which 1st payment is due.
  38. 18,26,04,N,M,Enter 4 digit YEAR in which 1st payment is due.
  39. 18,62,07,N,M,Enter total number of payments scheduled.
  40. 20,23,04,N,M,Enter desired year or ZERO for a complete table.
  41. 20,62,01,U,M,Enter `V' for video output or `P' for printed output.
  42. 01,12,11,U,P,-{ Loan ID position }
  43. 03,12,11,N,P,-{ Calculated total payments position }
  44. 04,12,11,N,P,-{ Calculated total interest position }
  45.